home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v05n02
/
batspt.doc
< prev
next >
Wrap
Text File
|
1992-01-14
|
776b
|
23 lines
PC/Computing February 1992
BATSPLIT allows you to combine all your batch files into
a single file and run them with BATSPLIT, saving you disk
space. Edit your batch files as described in the example
on page 302. Add the following two lines before your
path statement in your AUTOEXEC.BAT file:
MD D:\BATCH
C:\DOS\QBASIC /RUN BATSPLIT
These lines ensure that whenever you boot up, the
individual batch files from BATFILES will load into D:\BATCH.
Since they're up in the RAM disk (this assumes you've set up
a RAM disk), they execute faster and don't use any extra
hard disk space.
Read the article carefully to ensure you've got your batch
files edited properly. Substitute your default drive for the
RAM disk drive if you don't use one.